Skip to content

Added namespace support in PHP code generation#38

Open
ionixjunior wants to merge 1 commit intobladefist:masterfrom
ionixjunior:feature/php-namespace-support
Open

Added namespace support in PHP code generation#38
ionixjunior wants to merge 1 commit intobladefist:masterfrom
ionixjunior:feature/php-namespace-support

Conversation

@ionixjunior
Copy link
Copy Markdown
Contributor

PHP classes can support namespaces.

An example of PHP class with namespace:

<?php

namespace Name\Of\Namespace;

class Foo
{
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant